home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / prefs / input.m < prev    next >
Encoding:
Text File  |  2002-01-02  |  217 b   |  12 lines

  1. MODULE 'libraries/iffparse','devices/timer'
  2.  
  3. CONST ID_INPT=$494E5054
  4.  
  5. OBJECT InputPrefs
  6.   Keymap[16]:UBYTE,
  7.   PointerTicks:UWORD,
  8.   DoubleClick:timeval,
  9.   KeyRptDelay:timeval,
  10.   KeyRptSpeed:timeval,
  11.   MouseAccel:WORD
  12.